home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgramD2.iso / Borland / Borland C++ V5.02 / OWLINC.PAK / PROPSHT.RC < prev    next >
Text File  |  1997-05-06  |  979b  |  34 lines

  1. //----------------------------------------------------------------------------
  2. // ObjectWindows
  3. // Copyright (c) 1993, 1996 by Borland International, All Rights Reserved
  4. //
  5. //$Revision:   10.0  $
  6. //
  7. // Resources used by TPropertySheet/TPropertyPage
  8. //----------------------------------------------------------------------------
  9. #if !defined(OWL_PROPSHT_RH)
  10. # include <owl/propsht.rh>
  11. #endif
  12.  
  13. #if defined(RC_INVOKED)
  14.  
  15. //
  16. // String resource of property sheet button captions
  17. //
  18. #if !defined(NO_IDS_PROPSHT) && !defined(__IDS_PROPSHT)
  19. #define __IDS_PROPSHT
  20. STRINGTABLE LOADONCALL MOVEABLE DISCARDABLE
  21. {
  22.   IDS_APPLY                "&Apply"
  23.   IDS_BACK                  "Back"
  24.   IDS_CANCEL                "Cancel"
  25.   IDS_CLOSE                 "Close"
  26.   IDS_FINISH                "Finish"
  27.   IDS_HELP                  "&Help"
  28.   IDS_NEXT                  "Next"
  29.   IDS_OK                    "OK"  
  30. }
  31. #endif  // __IDS_PROPSHT
  32. #endif  // defined(RC_INVOKED)
  33.  
  34.